home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr37 / sfame070.zip / NODE.BAT < prev    next >
DOS Batch File  |  1995-03-19  |  536b  |  15 lines

  1. @Echo Off
  2. Rem Sample Node.bat to use Lakota mail door with SFAME.
  3. Rem Current group is passed to batch file as %1.
  4. Rem Copy Sfmconf.dat file for group to SF home directory.
  5. copy c:\sf\sfame\sfmconf.%1 c:\sf\sfmconf.dat
  6. Rem Below copies the LAKOTA.CFG file with the %1 groups .QWK name
  7. copy c:\sf\lakota.%1 c:\sf\lakota.cfg
  8. lakota
  9. cd c:\sf\sfame
  10. Rem Copy SF's default Sfmconf.dat back to SF directory.
  11. copy sfmconf.1 c:\sf\sfmconf.dat
  12. Rem Copy LAKOTA's default .cfg file back to c:\sf
  13. copy c:\sf\lakota.1 c:\sf\lakota.cfg
  14.  
  15.